IGearInPosCommand 介面
代表一個齒輪比率運動。
繼承體系
System.Object
IntervalZero.KINGSTAR.Base.Class.IKsCommand
IntervalZero.KINGSTAR.Base.Class.IGearInPosCommand
組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
語法
public interface IGearInPosCommand : IKsCommand
Public Interface IGearInPosCommand Inherits IKsCommand
IGearInPosCommand 介面陳列了以下成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() | Acceleration | 同步階段時的最大加速度。 |
![]() | BufferMode | 定義如何融合兩方法的速度。 |
![]() | Deceleration | 同步階段時的最大減速度。 |
![]() | Jerk | 同步階段時的最大加加速度。 |
![]() | Master | 主軸的參考。 |
![]() | MasterStartDistance | 為了與從軸同步,主軸所移動的距離(當從軸開始進入同步時)。 |
![]() | MasterSyncPosition | 從軸與主軸同步時主軸的位置。 |
![]() | MasterValueSource | 定義同步的來源。 |
![]() | Permanent | 決定馬達停用後是否保留齒輪狀態。 |
![]() | Ratio | 齒輪比率。 |
![]() | SlaveSyncPosition | 從軸與主軸同步時從軸的位置。 |
![]() | SyncMode | 定義同步的方式。 |
![]() | Velocity | 同步階段時的最大速度。 |
參見